Log Record
Debug output from the device.
To minimize the size of records inside the device code, if a time/source/level is not set
on the message it is assumed to be a continuation of the previously sent message.
This allows the device code to use fixed maxlen 64 byte strings for messages,
and then extend as needed by emitting multiple records.
Content copied to clipboard
meshtastic.LogRecord
Types
Link copied to clipboard
Debug output from the device.
To minimize the size of records inside the device code, if a time/source/level is not set
on the message it is assumed to be a continuation of the previously sent message.
This allows the device code to use fixed maxlen 64 byte strings for messages,
and then extend as needed by emitting multiple records.
Content copied to clipboard
meshtastic.LogRecord
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Not yet set
Content copied to clipboard
.meshtastic.LogRecord.Level level = 4;
Link copied to clipboard
Not yet set
Content copied to clipboard
.meshtastic.LogRecord.Level level = 4;
Link copied to clipboard
Log levels, chosen to match python logging conventions.
Content copied to clipboard
string message = 1;
Link copied to clipboard
Log levels, chosen to match python logging conventions.
Content copied to clipboard
string message = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Usually based on thread name - if known
Content copied to clipboard
string source = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.LogRecord
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MeshProtos.LogRecord
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MeshProtos.LogRecord
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.LogRecord
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.LogRecord
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MeshProtos.LogRecord
Link copied to clipboard
Link copied to clipboard